containers.<name>.bindMounts

An extra list of directories that is bound to the container.

Type
attribute set of (submodule)
Default
{ }
Example
{ "/home" = { hostPath = "/home/alice";
              isReadOnly = false; };
}
Declared
<nixpkgs/nixos/modules/virtualisation/nixos-containers.nix>